home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / AIncludes / CMComponent.a < prev    next >
Encoding:
Text File  |  1997-08-12  |  1014 b   |  39 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        CMComponent.a
  3. ;
  4. ;    Contains:    Stub for including new file names.
  5. ;
  6. ;    Version:    Technology:    ColorSync 2.0
  7. ;                Release:    Universal Interfaces 3.0.1
  8. ;
  9. ;    Copyright:    © 1993-1997, 1997 by Apple Computer, Inc. All rights reserved.
  10. ;
  11. ;    Bugs?:        Please include the the file and version information (from above) with
  12. ;                the problem description.  Developers belonging to one of the Apple
  13. ;                developer programs can submit bug reports to:
  14. ;
  15. ;                    devsupport@apple.com
  16. ;
  17. ;
  18.     IF &TYPE('__CMCOMPONENT__') = 'UNDEFINED' THEN
  19. __CMCOMPONENT__ SET 1
  20.  
  21. ;  
  22. ;    This file has been included to allow older source code 
  23. ;    to #include <CMComponent.h>.  Please update your source
  24. ;    code to directly #include <CMMComponent.h>
  25. ;      and             #include <CMPRComponent.h>
  26. ;
  27. ;
  28.  
  29. ;  #include the two ColorSync 2.0 files equivalent to the v. 1.0 file 
  30.     IF &TYPE('__CMMCOMPONENT__') = 'UNDEFINED' THEN
  31.     include 'CMMComponent.a'
  32.     ENDIF
  33.     IF &TYPE('__CMPRCOMPONENT__') = 'UNDEFINED' THEN
  34.     include 'CMPRComponent.a'
  35.     ENDIF
  36.  
  37.     ENDIF ; __CMCOMPONENT__ 
  38.  
  39.